Loading TOC...

DELETE /manage/v2/meters/labels/{id|name}

Summary

This resource address deletes the named label.

Response

Upon success, MarkLogic Server returns status code 200 (OK).

Required Privileges

This operation requires the manage-admin role, or the following privilege:

http://marklogic.com/xdmp/privileges/manage-admin

Example


curl -X DELETE --digest -u admin:password \
     http://localhost:8002/manage/v2/meters/labels/3108808182876923314

==> Deletes the 3108808182876923314 label from MarkLogic Server.
    

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.